home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
gfa
/
procdure.lzh
/
REPLAY.LST
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
File List
|
1995-01-19
|
250 b
|
10 lines
PROCEDURE replay(sample%,length%,speed%)
LOCAL routine%
INLINE samplay_exe%,841
LPOKE samplay_exe%+28,sample%+2
LPOKE samplay_exe%+32,sample%+length%+2
LPOKE samplay_exe%+36,speed%
routine%=samplay_exe%+40
CALL routine%
RETURN